Skip to content

Commit

Permalink
Update testpypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turetske committed Apr 30, 2024
1 parent b4a6b19 commit 2ba1e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artiface@v3
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
--repo '${{ github.repository }}'

0 comments on commit 2ba1e83

Please sign in to comment.