We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ba2f4 commit 142570eCopy full SHA for 142570e
.github/workflows/pypi-release.yml
@@ -14,6 +14,18 @@ jobs:
14
- name: Check out repository
15
uses: actions/checkout@v4
16
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
29
- name: Update version in pyproject.toml
30
run: |
31
TAG_VERSION="${GITHUB_REF_NAME#v}"
0 commit comments