Skip to content

Commit

Permalink
Disable PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cswartzvi authored Dec 16, 2024
1 parent 1bd5300 commit 3c44bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Upload package
run: |
twine upload -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} dist/*
# - name: Upload package
# run: |
# twine upload -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} dist/*

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3c44bae

Please sign in to comment.