Skip to content

Commit d1d90ae

Browse files
committed
💚 Fixed build.sh test flag/option.
1 parent 1dc43a0 commit d1d90ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/2.build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- name: Build and publish package
5353
# run: |
5454
# echo -e "[testpypi]\nusername = __token__\npassword = ${{ secrets.TEST_PYPI_API_TOKEN }}" > ~/.pypirc
55-
# ./scripts/build.sh -c -t -u
55+
# ./scripts/build.sh -c -u
5656
# rm -rfv ~/.pypirc
5757
run: |
5858
echo -e "[pypi]\nusername = __token__\npassword = ${{ secrets.PYPI_API_TOKEN }}" > ~/.pypirc
59-
./scripts/build.sh -c -t -u -p
59+
./scripts/build.sh -c -u -p
6060
rm -rfv ~/.pypirc
6161
- name: Create release
6262
env:

0 commit comments

Comments
 (0)