We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b1c1d commit 460d9a8Copy full SHA for 460d9a8
2 files changed
.github/workflows/python-release.yml
@@ -59,8 +59,8 @@ jobs:
59
if: matrix.python-version == 3.8
60
uses: pypa/gh-action-pypi-publish@release/v1
61
with:
62
- user: ${{ secrets.PYPI_USER }}
63
- password: ${{ secrets.PYPI_TOKEN }}
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
64
packages_dir: dist/
65
66
setup.cfg
@@ -3,6 +3,7 @@ name = flagship
3
version = attr: flagship.__version__
4
description = Flagship Python SDK
5
long_description = file: README.md
6
+long-description-content-type = text/markdown
7
license = Apache License Version 2.0
8
license_files = file: LICENSE
9
classifiers =
0 commit comments