Skip to content

Commit fdbcc99

Browse files
authored
stop publishing to test.pypi, which is full and cannot be easily cleaned out (#1109)
1 parent 3e5dc35 commit fdbcc99

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ jobs:
6666
python -m pip install --upgrade pip
6767
python -m pip install dist/activitysim*.whl
6868
python -m activitysim --version
69-
- name: Publish package to TestPyPI
70-
if: github.event_name == 'push'
71-
uses: pypa/gh-action-pypi-publish@v1.13.0
72-
with:
73-
user: __token__
74-
password: ${{ secrets.TESTPYPI_TOKEN }}
75-
repository_url: https://test.pypi.org/legacy/
76-
verbose: true
7769
7870
docbuild:
7971
needs: test-built-dist

.github/workflows/test-deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,3 @@ jobs:
7070
python -m pip install --upgrade pip
7171
python -m pip install dist/activitysim*.whl
7272
python -m activitysim --version
73-
- name: Publish package to TestPyPI
74-
if: github.event_name == 'push'
75-
uses: pypa/gh-action-pypi-publish@v1.13.0
76-
with:
77-
user: __token__
78-
password: ${{ secrets.TESTPYPI_TOKEN }}
79-
repository_url: https://test.pypi.org/legacy/
80-
verbose: true

0 commit comments

Comments
 (0)