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 04add70 commit a6e02faCopy full SHA for a6e02fa
.github/workflows/publish.yml
@@ -2,9 +2,7 @@ name: Publish package to PyPI and create release
2
3
on:
4
push:
5
- branches: [master, kiota/long-term-branch]
6
- tags:
7
- - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
+ branches: [master]
8
9
jobs:
10
build:
@@ -33,7 +31,7 @@ jobs:
33
31
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
34
32
with:
35
user: __token__
36
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN }}
37
38
release:
39
name: Create release
0 commit comments