We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4ee64 commit 64bb3bfCopy full SHA for 64bb3bf
1 file changed
.github/workflows/make_release.yml
@@ -1,10 +1,6 @@
1
name: Build and upload to PyPI
2
3
-on:
4
- release:
5
- types:
6
- - published
7
-
+on: [ push, pull_request ]
8
9
jobs:
10
build_wheels:
@@ -60,19 +56,3 @@ jobs:
60
56
path: dist/*.tar.gz
61
57
retention-days: 1
62
58
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