Skip to content

Commit c0b482a

Browse files
committed
debug
1 parent 59de1c3 commit c0b482a

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
CIBW_ARCHS: ${{ matrix.cibw_archs }}
4545
CIBW_BUILD: "cp310-*"
4646

47-
- name: Set up Python for validation
48-
uses: actions/setup-python@v5
49-
with:
50-
python-version: '3.14'
47+
# - name: Set up Python for validation
48+
# uses: actions/setup-python@v5
49+
# with:
50+
# python-version: '3.14'
5151

52-
# twine check to validate built wheels
53-
- name: Validate wheels
54-
run: |
55-
pip install twine
56-
twine check --strict ./wheelhouse/*.whl
52+
# # twine check to validate built wheels
53+
# - name: Validate wheels
54+
# run: |
55+
# pip install twine
56+
# twine check --strict ./wheelhouse/*.whl
5757

5858
- uses: actions/upload-artifact@v4
5959
with:
@@ -64,16 +64,15 @@ jobs:
6464
upload_pypi:
6565
needs: [build_wheels]
6666
runs-on: ubuntu-latest
67-
if: github.event_name == 'release' && github.event.action == 'published'
6867
steps:
6968
- uses: actions/download-artifact@v4
7069
with:
7170
pattern: dist-*
7271
merge-multiple: true
7372
path: dist
7473

75-
- uses: pypa/gh-action-pypi-publish@v1.13.0
74+
- uses: pypa/gh-action-pypi-publish@v1.8.14
7675
with:
7776
verbose: true
7877
user: __token__
79-
password: ${{ secrets.pypi_password }}
78+
password: ${{ secrets.pypi_password1 }}

0 commit comments

Comments
 (0)