Skip to content

Commit

Permalink
piptest
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Feb 22, 2024
1 parent 31c3430 commit ee52938
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: PIP packages
on:
push:
tags: ["v*"]
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
branches: [pybuild]
jobs:
linux:
runs-on: ubuntu-20.04
Expand All @@ -17,8 +14,6 @@ jobs:
docker run -e PYVER=cp310-cp310 -e SKBUILD_BUILD_OPTIONS=-j2 --rm -v `pwd`:/workspace pypi
f=`ls *.whl`
mv $f ${f/linux/manylinux2014}
pip3 install twine
python -m twine upload --repository pypi *.whl
windows:
runs-on: windows-2019
steps:
Expand All @@ -42,7 +37,6 @@ jobs:
python -m pip install --upgrade pip==22.0.4
pip install setuptools wheel twine
pip wheel . --verbose
python -m twine upload --repository pypi *.whl
env:
VULKAN_SDK: C:\VulkanSDK\1.3.224.1
SKBUILD_BUILD_OPTIONS: -j2
Expand All @@ -57,6 +51,5 @@ jobs:
run: |
pip install setuptools wheel twine
pip wheel . --verbose
python -m twine upload --repository pypi *.whl
env:
SKBUILD_BUILD_OPTIONS: -j2

0 comments on commit ee52938

Please sign in to comment.