Skip to content

Commit 142570e

Browse files
added github release tag v2
1 parent 05ba2f4 commit 142570e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pypi-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ jobs:
1414
- name: Check out repository
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Python
18+
uses: actions/setup-python@v5
19+
with:
20+
python-version: "3.12"
21+
22+
- name: Install toml
23+
run: >-
24+
python3 -m
25+
pip install
26+
toml
27+
--user
28+
1729
- name: Update version in pyproject.toml
1830
run: |
1931
TAG_VERSION="${GITHUB_REF_NAME#v}"

0 commit comments

Comments
 (0)