Skip to content

Commit

Permalink
chore: Update python-package.yml
Browse files Browse the repository at this point in the history
Another attempt to publish release 1.0.1
  • Loading branch information
pbrod authored Oct 3, 2024
1 parent c8a9a39 commit 5488307
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- uses: actions/checkout@v4

- uses: pdm-project/setup-pdm@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build package distributions
run: pdm build

- name: Publish package distributions to PyPI
run: pdm publish
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5488307

Please sign in to comment.