Skip to content

Commit e86eb68

Browse files
publish to test pypi
1 parent 59fe78a commit e86eb68

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ jobs:
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
50+
run: |
51+
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
4954
5055
- name: Publish distribution 📦 to Test PyPI
5156
uses: pypa/gh-action-pypi-publish@release/v1
5257
with:
5358
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5459
repository-url: https://test.pypi.org/legacy/
55-
packages-dir: dist/*.whl
60+
packages-dir: release

0 commit comments

Comments
 (0)