File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments