Skip to content

Commit 085617f

Browse files
update publish.yml action (#193)
1 parent 4f320b3 commit 085617f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.13
1717
- name: Install dependencies
1818
run: python -m pip install --upgrade pip build
1919
- name: Generate Lark Parser
@@ -23,12 +23,12 @@ jobs:
2323
- name: Build tarball
2424
run: python3 -m build
2525
- name: Publish to Test PyPI
26-
uses: pypa/gh-action-pypi-publish@master
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
2929
repository_url: https://test.pypi.org/legacy/
3030
skip_existing: true
3131
- name: Publish to PyPI
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)