Skip to content

Commit 2298271

Browse files
bumped version
1 parent 310347f commit 2298271

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ jobs:
3636
- name: Install cosign
3737
uses: sigstore/[email protected]
3838
with:
39-
inputs: dist/scsctl-0.0.1-py3-none-any.whl
39+
inputs: dist/scsctl-0.0.2-py3-none-any.whl
4040
- name: Sign with sigstore using GitHub App credentials
4141
run: |
42-
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
42+
sigstore sign --overwrite dist/scsctl-0.0.2-py3-none-any.whl
4343
- name: Archive production artifacts
4444
uses: actions/upload-artifact@v3
4545
with:
4646
name: dist
4747
path: |
4848
dist
49-
- name: Copy dist/scsctl-0.0.1.tar.gz dist/scsctl-0.0.1-py3-none-any.whl to release directory
49+
- name: Copy dist/scsctl-0.0.2.tar.gz dist/scsctl-0.0.2-py3-none-any.whl to release directory
5050
run: |
5151
mkdir -p release
52-
cp dist/scsctl-0.0.1.tar.gz release/scsctl-0.0.1.tar.gz
53-
cp dist/scsctl-0.0.1-py3-none-any.whl release/scsctl-0.0.1-py3-none-any.whl
52+
cp dist/scsctl-0.0.2.tar.gz release/scsctl-0.0.2.tar.gz
53+
cp dist/scsctl-0.0.2-py3-none-any.whl release/scsctl-0.0.2-py3-none-any.whl
5454
5555
- name: Publish distribution 📦 to Test PyPI
5656
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)