Skip to content

Commit

Permalink
cleanup build yaml
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
  • Loading branch information
jbusche committed Apr 3, 2024
1 parent e5c3b14 commit 7a6bede
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ jobs:
tox -e build,twinecheck
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# Work in progress... need to get a PYPI_TOKEN in the repo
# - name: Publish wheel package on PyPI
# if: github.event_name == 'release'
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 7a6bede

Please sign in to comment.