Skip to content

Commit

Permalink
use supporte version of pypi github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannaz committed Mar 31, 2023
1 parent 3c1d328 commit 433724c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Expand Up @@ -26,14 +26,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
# Test PyPI
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 433724c

Please sign in to comment.