Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0061432

Browse filesBrowse files
committed
gh manylinux actions: configure upload to testpypi
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent a2d0c6e commit 0061432
Copy full SHA for 0061432

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/manylinux2010.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/manylinux2010.yml
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ jobs:
3535
- name: Run tests
3636
run: |
3737
/opt/python/${{ matrix.python-abi }}/bin/pytest -v
38+
- name: Upload dist
39+
env:
40+
TWINE_NON_INTERACTIVE: true
41+
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
42+
TWINE_USERNAME: __token__
43+
TWINE_PASSWORD: ${{ secrets.pypi_token }}
44+
run: |
45+
/opt/python/${{ matrix.python-abi }}/bin/pip install twine
46+
/opt/python/${{ matrix.python-abi }}/bin/twine upload wheelhouse/xmlsec-${PKGVER}-${{ matrix.python-abi }}-manylinux2010_x86_64.whl

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.