Skip to content

Commit 460d9a8

Browse files
authored
New release ci (#15)
Fix release CI
1 parent 16b1c1d commit 460d9a8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
if: matrix.python-version == 3.8
6060
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
62-
user: ${{ secrets.PYPI_USER }}
63-
password: ${{ secrets.PYPI_TOKEN }}
62+
user: __token__
63+
password: ${{ secrets.PYPI_API_TOKEN }}
6464
packages_dir: dist/
6565

6666

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = flagship
33
version = attr: flagship.__version__
44
description = Flagship Python SDK
55
long_description = file: README.md
6+
long-description-content-type = text/markdown
67
license = Apache License Version 2.0
78
license_files = file: LICENSE
89
classifiers =

0 commit comments

Comments
 (0)