We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1706004 commit e87d057Copy full SHA for e87d057
.github/workflows/wheels.yml
@@ -85,18 +85,6 @@ jobs:
85
with:
86
path: wheelhouse/*.whl
87
name: python-package-distributions
88
- - uses: actions/checkout@v4
89
- - uses: actions/download-artifact@v3
90
- with:
91
- name: python-package-distributions
92
- path: dist
93
- - name: Install and test ubuntu wheel
94
- if: matrix.os == 'ubuntu-latest'
95
- # test ubuntu outside of cibuildwheel due to postgres root user issues
96
- run: |
97
- python -m pip install --upgrade pip
98
- python -m pip install --force-reinstall dist/*cp39*manylinux*x86*.whl[test]
99
- pytest -s -v --log-cli-level=INFO ./tests
100
publish-to-pypi:
101
if: ${{ startsWith(github.ref, 'refs/tags/') }}
102
name: Publish Python dist to PyPI
0 commit comments