Skip to content

Commit

Permalink
release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Sep 2, 2021
1 parent 3a36208 commit 2c72666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -8,12 +8,12 @@ jobs:
deploy:
runs-on: ubuntu-20.04

steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1

steps:
- name: build
run: |
python setup.py sdist
Expand Down

0 comments on commit 2c72666

Please sign in to comment.