Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Unzip artifact with dist
run: unzip ${{ needs.build_sdist_and_wheel.outputs.artifact-name }}
- name: Publish sdist and wheel to PyPI
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247

create_release:
name: Create draft release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_testpypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Unzip artifact with dist
run: unzip ${{ needs.build_sdist_and_wheel.outputs.artifact-name }}
- name: Publish sdist and wheel to TestPyPI
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
with:
repository-url: https://test.pypi.org/legacy/
Loading