Skip to content

Commit

Permalink
publish to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickyd committed Jan 9, 2024
1 parent b3a0019 commit bf07d33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Bump patch dev version
if: ${{ !contains(steps.get_version.outputs.CURRENT_VERSION, 'dev') }}
run: bumpver update --commit --push -f -c '${{ env.BUMPVER_COMMIT_MESSAGE_TEMPLATE }}' --patch --tag=dev
# - name: Publish package
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
# run: python -m twine upload --repository testpypi dist/*

- name: Publish package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: python -m twine upload --repository testpypi dist/*

0 comments on commit bf07d33

Please sign in to comment.