Skip to content

Commit

Permalink
unbelieveable
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Dec 1, 2022
1 parent d1613bb commit 9bf37fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Build source and binary
run: python -m build --sdist --wheel .

- name: Publish to test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish to test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/

- name: Sleep
run: sleep 90
Expand Down

0 comments on commit 9bf37fe

Please sign in to comment.