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 4fdf12b + 83cbb3d commit 180a199Copy full SHA for 180a199
.github/workflows/publish-to-dafni.yaml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v3
37
- uses: actions/setup-python@v3
38
with:
39
- python-version: 3.9
+ python-version: 3.10
40
41
- name: Build the container
42
run: |
.github/workflows/publish-to-pypi.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v3
18
19
20
- name: Installing package
21
22
pip3 install .
@@ -30,4 +30,4 @@ jobs:
30
- name: Publish package to PyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
32
33
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments