We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d3357 commit f886140Copy full SHA for f886140
1 file changed
.github/workflows/upload-to-pypi.yml
@@ -4,6 +4,12 @@ on:
4
release:
5
types: [published]
6
7
+ push:
8
+ branches: [ main ]
9
+
10
+ pull_request:
11
12
13
jobs:
14
build:
15
runs-on: ubuntu-latest
@@ -36,8 +42,11 @@ jobs:
36
42
run: |
37
43
poetry build
38
44
39
- - name: Publish distribution to PyPI
40
- if: startsWith(github.ref, 'refs/tags')
41
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- 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