Skip to content

Commit

Permalink
ci: Update upload artifact action
Browse files Browse the repository at this point in the history
#37 from DSD-DBS/ci-update-action
  • Loading branch information
ewuerger authored Sep 17, 2024
2 parents 395ea3c + 3a67850 commit 6d9fdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
run: |-
python -m twine check dist/*
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: 'dist/*'
path: "dist/*"
- name: Publish to PyPI (release only)
if: startsWith(github.ref, 'refs/tags/v')
run: python -m twine upload -u __token__ -p ${{ secrets.PYPI_TOKEN }} --non-interactive dist/*

0 comments on commit 6d9fdd8

Please sign in to comment.