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 8e66a47 commit d6659b3Copy full SHA for d6659b3
.github/workflows/less-is-more.yml
@@ -29,15 +29,15 @@ jobs:
29
python setup.py sdist bdist_wheel
30
31
- name: Less is more - tar.gz artifact
32
- uses: caponetto/less-is-more@v0.0.7
+ uses: caponetto/less-is-more@v1
33
with:
34
released_artifact_name: bhc*.tar.gz
35
artifact_path: dist/bhc*.tar.gz
36
max_increase_percentage: 10
37
github_token: ${{ secrets.BASIC_TOKEN }}
38
39
- name: Less is more - whl artifact
40
41
42
released_artifact_name: bhc*.whl
43
artifact_path: dist/bhc*.whl
0 commit comments