Skip to content

Commit 9adb0b2

Browse files
committed
back to main
1 parent e924bbc commit 9adb0b2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ run-name: ${{ github.actor }} has launched CI process on ${{ github.ref_name }}
33
on:
44
push:
55
branches:
6-
# - "main"
7-
- "feature/debug_pypi_publishing"
8-
6+
- "main"
97

108
permissions:
119
contents: read
@@ -52,18 +50,17 @@ jobs:
5250
5351
- name: Copy Jars
5452
run: |
55-
pwd
5653
mkdir -p ./resources
5754
rm -rf ./resources/*
5855
cp ./build/libs/*.jar ./resources/
5956
60-
- name: Build python libray
57+
- name: Build python library
6158
run: |
6259
python -m build
6360
6461
- name: Publish to pypi.org
6562
run: |
66-
echo TWINE_USERNAME="__token__" TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }} twine upload dist/*
63+
TWINE_USERNAME="__token__" TWINE_PASSWORD=${{ secrets.PYPI_TOKEN }} twine upload dist/*
6764
6865
- name: Final Step
6966
run: |

0 commit comments

Comments
 (0)