We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eba97 commit 8172bfcCopy full SHA for 8172bfc
.github/workflows/publish-to-test-pypi.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install pypa/build
20
run: >-
21
python -m
22
+ python -m pip install --upgrade pip
23
pip install
24
build
25
--user
@@ -34,7 +35,7 @@ jobs:
34
35
with:
36
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37
repository_url: https://test.pypi.org/legacy/
- - name: Publish distribution 📦 to PyPI
38
+ - name: Publish distribution injective-py to PyPI
39
if: startsWith(github.ref, 'refs/tags')
40
uses: pypa/gh-action-pypi-publish@master
41
0 commit comments