We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6092f07 commit ec260dfCopy full SHA for ec260df
1 file changed
.github/workflows/pypi-publish.yml
@@ -4,14 +4,12 @@ on:
4
release:
5
types: [published]
6
7
-defaults:
8
- run:
9
- working-directory: "./backend"
10
-
11
jobs:
12
push:
13
runs-on: ubuntu-latest
14
+ defaults:
+ run:
+ working-directory: "./backend"
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -28,7 +26,6 @@ jobs:
28
26
29
27
- name: Publish to PyPi
30
uses: pypa/gh-action-pypi-publish@release/v1
31
32
with:
33
user: __token__
34
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
0 commit comments