Skip to content

Commit f886140

Browse files
committed
test
1 parent a7d3357 commit f886140

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
release:
55
types: [published]
66

7+
push:
8+
branches: [ main ]
9+
10+
pull_request:
11+
branches: [ main ]
12+
713
jobs:
814
build:
915
runs-on: ubuntu-latest
@@ -36,8 +42,11 @@ jobs:
3642
run: |
3743
poetry build
3844
39-
- name: Publish distribution to PyPI
40-
if: startsWith(github.ref, 'refs/tags')
41-
uses: pypa/gh-action-pypi-publish@release/v1
42-
with:
43-
password: ${{ secrets.ORANGETIN_PYPI }}
45+
- name: tests
46+
run: echo test
47+
48+
# - name: Publish distribution to PyPI
49+
# if: startsWith(github.ref, 'refs/tags')
50+
# uses: pypa/gh-action-pypi-publish@release/v1
51+
# with:
52+
# password: ${{ secrets.ORANGETIN_PYPI }}

0 commit comments

Comments
 (0)