Skip to content

Commit

Permalink
Update PyPI release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jan 23, 2024
1 parent 7a82171 commit 8ce988c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-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@v3
with:
python-version: "3.10"
python-version: "3.12"

- name: Install python dependencies
run: |
Expand All @@ -25,7 +25,6 @@ jobs:

- name: Publish to PyPI
if: github.repository == 'ewels/rich-codex'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 8ce988c

Please sign in to comment.