Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Dec 23, 2023
1 parent c946c91 commit c0b44e6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ jobs:
# twine upload dist/*
# twine upload dist/*

- name: Test Publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
run: |
python -m build --sdist
twine upload dist/*
twine upload --repository testpypi dist/*
#- name: Test Publish
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
# run: |
# python -m build --sdist
# twine upload dist/*
# twine upload --repository testpypi dist/*

#- uses: pypa/[email protected]
# with:
# user: __token__
# password: ${{ secrets.PYPI_PASSWORD }}
# repository-url: https://test.pypi.org/legacy/
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository-url: https://test.pypi.org/legacy/

0 comments on commit c0b44e6

Please sign in to comment.