We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publish.yml
1 parent 4f320b3 commit 085617fCopy full SHA for 085617f
1 file changed
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v2
15
with:
16
- python-version: 3.7
+ python-version: 3.13
17
- name: Install dependencies
18
run: python -m pip install --upgrade pip build
19
- name: Generate Lark Parser
@@ -23,12 +23,12 @@ jobs:
23
- name: Build tarball
24
run: python3 -m build
25
- name: Publish to Test PyPI
26
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
27
28
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
29
repository_url: https://test.pypi.org/legacy/
30
skip_existing: true
31
- name: Publish to PyPI
32
33
34
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments