Skip to content

Commit 6b2e1ae

Browse files
authored
Update python-publish.yml
1 parent fb3a537 commit 6b2e1ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.7'
20+
python-version: '3.8'
21+
- name: Get latest release version number
22+
id: get_version
23+
uses: battila7/get-version-action@v2
2124
- name: Install dependencies
2225
run: |
26+
echo ${{ steps.get_version.outputs.version-without-v }} >> tagname
2327
python -m pip install --upgrade pip
2428
pip install setuptools wheel twine requests beautifulsoup4 lxml
2529
- name: Build and publish

0 commit comments

Comments
 (0)