Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriykohut authored Dec 5, 2023
1 parent 9953c02 commit 5cceebb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- uses: pdm-project/setup-pdm@v3
with:
python-version: 3.12
- name: Upload to PyPI
run: pdm build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Upload to PyPI
run: |
pdm build
pdm publish

0 comments on commit 5cceebb

Please sign in to comment.