Skip to content

Commit a54a581

Browse files
committed
[python-conprof] revert artifact upload to test.pypi.org on release staging
1 parent 8f519ab commit a54a581

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/release_staging.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,3 @@ jobs:
4545
with:
4646
name: wheel_dist
4747
path: ./wheel_dist
48-
49-
release:
50-
name: Release
51-
runs-on: ubuntu-latest
52-
needs: gen-binary
53-
steps:
54-
- uses: actions/checkout@v5
55-
- name: Download build artifacts
56-
uses: actions/download-artifact@v5
57-
with:
58-
name: wheel_dist
59-
- run: |
60-
mkdir -p wheel_dist
61-
mv *.whl wheel_dist
62-
sudo pip install twine
63-
./scripts/releasing/release.sh wheel_dist
64-
env:
65-
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_TOKEN }}
66-
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
67-
TWINE_NON_INTERACTIVE: 1
68-
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)