Skip to content

Commit

Permalink
ci: fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 29, 2024
1 parent 8d0eb7f commit 6c1ec14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,12 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: cibw-wheels-*
path: dist

#- name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit 6c1ec14

Please sign in to comment.