Skip to content

Commit

Permalink
test new pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra committed Jan 12, 2024
1 parent 09101b1 commit 7a03832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
path: src/dist/

publish-to-pypi:
name: >-
Expand All @@ -47,4 +47,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 7a03832

Please sign in to comment.