1
0
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:
David Hotham 2024-11-21 06:58:27 +00:00 committed by GitHub
parent 347f01b7fc
commit f5134ff95e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: