Skip to content

Commit f0cc034

Browse files
authored
Merge pull request #60 from chame1eon/feature/github-actions
added sdist build
2 parents 7d294cb + 45aaa68 commit f0cc034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- '*'
66
jobs:
7-
lint:
7+
deploy:
88
runs-on: ['ubuntu-22.04']
99
steps:
1010
- uses: actions/checkout@v3
@@ -16,6 +16,7 @@ jobs:
1616
python-version: '3.7.16'
1717
- run: npm install
1818
- run: touch jnitrace/build/__init__.py
19+
- run: python setup.py sdist
1920
- uses: pypa/gh-action-pypi-publish@release/v1
2021
with:
2122
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)