We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d14f9 commit ab9cbd1Copy full SHA for ab9cbd1
.github/workflows/ci.yml
@@ -257,8 +257,6 @@ jobs:
257
environment: pypi
258
permissions:
259
id-token: write
260
- # if: github.event_name == 'release' && github.event.action == 'published'
261
- # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
262
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
263
steps:
264
- uses: actions/download-artifact@v4
@@ -269,5 +267,3 @@ jobs:
269
267
merge-multiple: true
270
268
271
- uses: pypa/gh-action-pypi-publish@release/v1
272
- # with:
273
- # To test: repository-url: https://test.pypi.org/legacy/
0 commit comments