Skip to content

Commit

Permalink
Merge pull request #65 from loucerac/loucerac-patch-1
Browse files Browse the repository at this point in the history
Update publish-to-pypi.yml
  • Loading branch information
loucerac authored Aug 17, 2023
2 parents 883f4c2 + 1919741 commit d3f7261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.10"
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
Expand All @@ -40,7 +40,6 @@ jobs:
pdm build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d3f7261

Please sign in to comment.