-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update arguments for RalfG/[email protected]
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,15 @@ jobs: | |
uses: RalfG/[email protected]_x86_64 | ||
with: | ||
python-versions: 'cp27-cp27m cp27-cp27mu cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39' | ||
deploy-requirements: 'cython' | ||
build-requirements: 'cython' | ||
system-packages: 'patchelf' | ||
package-path: '' | ||
- name: Publish wheels to PyPI | ||
env: | ||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} | ||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} | ||
run: | | ||
python -m pip install twine | ||
twine upload --skip-existing wheelhouse/*-manylinux*.whl | ||
twine upload --skip-existing dist/*-manylinux*.whl | ||
deploy-macos: | ||
runs-on: macos-10.15 | ||
|