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 9b48272 commit ba63370Copy full SHA for ba63370
.github/workflows/python-package.yml
@@ -5,9 +5,9 @@ name: Python package
5
6
on:
7
push:
8
- branches: [ "main" ]
+ branches: [ "gh-actions" ]
9
pull_request:
10
11
12
jobs:
13
build:
.github/workflows/python-publish.yml
@@ -10,6 +10,8 @@
name: Upload Python Package
+ push:
14
15
release:
16
types:
17
- published
@@ -32,4 +34,5 @@ jobs:
32
34
- name: Publish package
33
35
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36
with:
- password: ${{ secrets.PYPI_API_TOKEN }}
37
+ repository_url: https://test.pypi.org/legacy/
38
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments