Skip to content

Commit

Permalink
Merge pull request #60 from chame1eon/feature/github-actions
Browse files Browse the repository at this point in the history
added sdist build
  • Loading branch information
chame1eon authored Apr 1, 2023
2 parents 7d294cb + 45aaa68 commit f0cc034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
jobs:
lint:
deploy:
runs-on: ['ubuntu-22.04']
steps:
- uses: actions/checkout@v3
Expand All @@ -16,6 +16,7 @@ jobs:
python-version: '3.7.16'
- run: npm install
- run: touch jnitrace/build/__init__.py
- run: python setup.py sdist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f0cc034

Please sign in to comment.