Skip to content

Commit ab9cbd1

Browse files
committed
Update ci
1 parent 49d14f9 commit ab9cbd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ jobs:
257257
environment: pypi
258258
permissions:
259259
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)
262260
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
263261
steps:
264262
- uses: actions/download-artifact@v4
@@ -269,5 +267,3 @@ jobs:
269267
merge-multiple: true
270268

271269
- uses: pypa/gh-action-pypi-publish@release/v1
272-
# with:
273-
# To test: repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)