Skip to content

Commit

Permalink
Merge pull request #61 from QualiSystemsLab/feature/alexaz_release_on…
Browse files Browse the repository at this point in the history
…_tag_action

fixing release job
  • Loading branch information
alexazarh authored Aug 20, 2021
2 parents 7ddfb59 + 40a2a5c commit 06ed6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create Release and Upload Artifacts
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: package/dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -62,4 +62,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*
twine upload package/dist/*

0 comments on commit 06ed6fb

Please sign in to comment.