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.
2 parents 824df86 + f8d4721 commit 6baa2d5Copy full SHA for 6baa2d5
.github/workflows/publish.yml
@@ -10,14 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Set up Python
13
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v3
14
with:
15
- python-version: '3.x'
+ python-version: '3.9'
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
python -m pip install build wheel twine
20
- python -m pip install --upgrade setuptools wheel twine
+ python -m pip install --upgrade setuptools build wheel twine
21
- name: Build package
22
23
python -m build
@@ -27,4 +27,5 @@ jobs:
27
28
user: __token__
29
password: ${{ secrets.STOREFACT_PYPI }}
30
- verify_metadata: false
+ verify_metadata: false
31
+ verbose: true
0 commit comments