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 781d94f commit dc9cd5eCopy full SHA for dc9cd5e
.github/workflows/release.yml
@@ -35,6 +35,13 @@ jobs:
35
if: github.repository_owner == 'pypa'
36
runs-on: ubuntu-latest
37
steps:
38
+ - uses: actions/checkout@v3
39
+ - name: Set up Python
40
+ uses: actions/setup-python@v3
41
+ with:
42
+ python-version: '3.x'
43
+ cache: pip
44
+ cache-dependency-path: .github/workflows/release.yml
45
- name: Version
46
id: version
47
run: echo "::set-output name=version::$(python setup.py --version 2>/dev/null)"
0 commit comments