Skip to content

Commit

Permalink
Merge pull request #261 from xopt-org/update_pypi_action
Browse files Browse the repository at this point in the history
  • Loading branch information
roussel-ryan authored Jan 8, 2025
2 parents 5adecc5 + 5f4e7f6 commit 8b6230a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- name: Install pypa/build
run: >-
python -m
Expand All @@ -32,6 +32,6 @@ jobs:
--outdir dist/
.
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 8b6230a

Please sign in to comment.