Skip to content

Commit

Permalink
Fix for the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Oct 13, 2024
1 parent b7ab7f3 commit 86e2adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x" # Latest available Python version
python-version: 3.12

- name: Upgrade pip
run: python3 -m pip install --upgrade pip
Expand All @@ -25,7 +25,7 @@ jobs:
run: python3 -m build --sdist --wheel --outdir dist/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.10.3
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 86e2adb

Please sign in to comment.