mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-22 10:12:30 +01:00
Publish wheels (#2430)
This commit is contained in:
parent
347f01b7fc
commit
f5134ff95e
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
||||
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
- name: "Install Dependencies"
|
||||
run: python -m pip install setuptools
|
||||
run: python -m pip install build
|
||||
- name: "Generate Python Package"
|
||||
run: python setup.py sdist
|
||||
run: python -m build
|
||||
- name: "Publish Distribution to PyPI"
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user