Skip to content

Commit

Permalink
Test #3: Replace twine with Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Oct 13, 2023
1 parent 8cc4c09 commit f9b6a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
shell: bash
run: ./.github/scripts/package.sh
- name: Publish to TestPyPI
run: twine upload --repository testpypi dist/*
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- name: Install from TestPyPI
timeout-minutes: 5
shell: bash
Expand Down

0 comments on commit f9b6a4d

Please sign in to comment.