Skip to content

Commit a6e02fa

Browse files
committed
Update publish workflow
1 parent 04add70 commit a6e02fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish package to PyPI and create release
22

33
on:
44
push:
5-
branches: [master, kiota/long-term-branch]
6-
tags:
7-
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
5+
branches: [master]
86

97
jobs:
108
build:
@@ -33,7 +31,7 @@ jobs:
3331
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
3432
with:
3533
user: __token__
36-
password: ${{ secrets.PYPI_API_TOKEN }}
34+
password: ${{ secrets.PYPI_TOKEN }}
3735

3836
release:
3937
name: Create release

0 commit comments

Comments
 (0)