Skip to content

Commit 8172bfc

Browse files
Update publish-to-test-pypi.yml
upgrade pip to latest
1 parent 07eba97 commit 8172bfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install pypa/build
2020
run: >-
2121
python -m
22+
python -m pip install --upgrade pip
2223
pip install
2324
build
2425
--user
@@ -34,7 +35,7 @@ jobs:
3435
with:
3536
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3637
repository_url: https://test.pypi.org/legacy/
37-
- name: Publish distribution 📦 to PyPI
38+
- name: Publish distribution injective-py to PyPI
3839
if: startsWith(github.ref, 'refs/tags')
3940
uses: pypa/gh-action-pypi-publish@master
4041
with:

0 commit comments

Comments
 (0)