Skip to content

Commit

Permalink
update test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Dec 10, 2024
1 parent 6abc6be commit baeede4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: cibw-sdist
repository-url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: cibw-wheels-ubuntu-latest-0
repository-url: https://test.pypi.org/legacy/


Expand Down

0 comments on commit baeede4

Please sign in to comment.