Skip to content

Commit 8ce93aa

Browse files
committed
remove pypi publish - see if its faster
1 parent f1e1ad1 commit 8ce93aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
8282
run: poetry build
8383

84-
- name: Publish package
85-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
86-
uses: pypa/gh-action-pypi-publish@release/v1
87-
with:
88-
user: __token__
89-
password: ${{ secrets.PYPI_API_TOKEN }}
90-
skip_existing: true
84+
# - name: Publish package
85+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
86+
# uses: pypa/gh-action-pypi-publish@release/v1
87+
# with:
88+
# user: __token__
89+
# password: ${{ secrets.PYPI_API_TOKEN }}
90+
# skip_existing: true

0 commit comments

Comments
 (0)