Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodManWEN authored Apr 15, 2022
1 parent fb3a537 commit 6b2e1ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Get latest release version number
id: get_version
uses: battila7/get-version-action@v2
- name: Install dependencies
run: |
echo ${{ steps.get_version.outputs.version-without-v }} >> tagname
python -m pip install --upgrade pip
pip install setuptools wheel twine requests beautifulsoup4 lxml
- name: Build and publish
Expand Down

0 comments on commit 6b2e1ae

Please sign in to comment.