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 162fcb7 commit d40191eCopy full SHA for d40191e
.github/workflows/pypi.yml
@@ -59,9 +59,12 @@ jobs:
59
echo "EVENT DISTLOCATION: ${{ github.event.inputs.dist-location }}"
60
echo "DISTRIBUTION LOCATION: $DISTLOCATION"
61
62
+ - name: Set up Python
63
+ uses: actions/setup-python@v4
64
+ with:
65
+ python-version: '3.10'
66
+
67
- name: Install Poetry
- env:
- WORKDIR: ${{ matrix.WORKDIR }}
68
run: |
69
curl -sSL https://install.python-poetry.org | python3 -
70
echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments