Skip to content

Commit 1beac57

Browse files
author
Codemation
committed
Updated PYPI auth
1 parent 5c1576b commit 1beac57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Upload to PyPi
3131
env: # Or as an environment variable
32-
PYPI: ${{ secrets.PYPI }}
32+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3333
run: |
3434
export NEXTVERSION=$(pip -qqq download easyrpc && ls easyrpc*.whl | sed 's/-/" "/g' | awk '{print "(" $2 ")"}' | python nextbuild.py)
3535
export PYQL_PACKAGE=$(pwd)/dist/easyrpc-$NEXTVERSION-py3-none-any.whl

0 commit comments

Comments
 (0)