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 8b54424 commit 0172af9Copy full SHA for 0172af9
.github/workflows/publish.yaml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v3
15
+ with:
16
+ python-version: "3.x"
17
18
- name: pip install build
19
run: |
@@ -29,9 +31,4 @@ jobs:
29
31
uses: pypa/gh-action-pypi-publish@release/v1
30
32
with:
33
user: __token__
- # The pypi_api_token GitHub secret is configured in
- # https://github.com/tomplus/kubernetes_asyncio/settings/secrets/actions
34
- # with the value of a PyPI API token created at
35
- # https://pypi.org/manage/project/kubernetes-asyncio/settings/.
36
- #
37
password: ${{ secrets.pypi_api_token }}
0 commit comments