Skip to content

Commit 64bb3bf

Browse files
committed
Test building
1 parent 6a4ee64 commit 64bb3bf

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/make_release.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build and upload to PyPI
22

3-
on:
4-
release:
5-
types:
6-
- published
7-
3+
on: [ push, pull_request ]
84

95
jobs:
106
build_wheels:
@@ -60,19 +56,3 @@ jobs:
6056
path: dist/*.tar.gz
6157
retention-days: 1
6258
name: cibw-sdist
63-
64-
upload_pypi:
65-
needs: [build_wheels, build_sdist]
66-
runs-on: ubuntu-latest
67-
environment: release
68-
permissions:
69-
id-token: write
70-
if: github.event_name == 'release' && github.event.action == 'published'
71-
steps:
72-
- uses: actions/download-artifact@v4
73-
with:
74-
pattern: cibw-*
75-
path: dist
76-
merge-multiple: true
77-
78-
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)