Skip to content

Commit

Permalink
Update upload_to_test_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMoroz authored Sep 3, 2024
1 parent d48ade3 commit d7f87d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Download wheel artifacts
uses: actions/download-artifact@v2
with:
name: wheels
path: ./wheels

- name: Install Twine
run: pip install twine
Expand Down

0 comments on commit d7f87d5

Please sign in to comment.