We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2567cc2 commit b3562a9Copy full SHA for b3562a9
1 file changed
.github/workflows/make-release.yml
@@ -24,9 +24,9 @@ jobs:
24
25
- name: Build release distributions
26
run: |
27
- # check out latest tag
28
- git checkout $(git describe --tags --abbrev=0)
29
- # NOTE: put your own distribution build steps here.
+ # check out latest tag
+ git checkout $(git describe --tags --abbrev=0)
+ # NOTE: put your own distribution build steps here.
30
python -m pip install build
31
python -m build
32
0 commit comments