We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ff52b commit e41ea4aCopy full SHA for e41ea4a
.github/workflows/push.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- main
7
pull_request:
8
- branches:
9
- - main
10
11
env:
12
PROJECT_NAME: flogging
@@ -223,4 +221,4 @@ jobs:
223
221
uses: pypa/gh-action-pypi-publish@master
224
222
with:
225
user: __token__
226
- password: ${{ secrets.PYPI_PASS }}
+ password: ${{ secrets.PYPI_PASS }}
0 commit comments