We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8ee69 + 9cc78c9 commit 9c10835Copy full SHA for 9c10835
.github/workflows/release.yml
@@ -22,14 +22,15 @@ jobs:
22
# Run tests
23
poetry run pytest
24
25
- publish-npm:
+ publish:
26
needs: tests
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v3
30
- uses: actions/setup-python@v4
31
with:
32
python-version: '3.10'
33
+ - uses: ./.github/actions/setup
34
- run: |
35
poetry publish
36
env:
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
# Pull request trigger works only for PRs into main branch
5
pull_request:
6
branches:
7
- - main
+ - master
8
push:
9
# Push only works for tags.
10
# Will be executed on push or successful merge into main.
0 commit comments