Skip to content

Commit

Permalink
updated testpypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bad-ants-fleet committed Feb 14, 2023
1 parent 2d4d323 commit ec223fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish distribution 📦 to Test PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit ec223fd

Please sign in to comment.