Skip to content

Commit

Permalink
[#59] [Feature] Support both Excel and Json data source format
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenart committed Dec 3, 2022
1 parent 3c1b4f3 commit 4730389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish-develop.yml
Expand Up @@ -147,6 +147,7 @@ jobs:
run: |
python updateVersion.py --nextVersion ${{ steps.gitversion.outputs.majorMinorPatch }}${{ steps.PreReleaseLabel.outputs.replaced }}${{ steps.gitversion.outputs.preReleaseNumber }}
python setup.py sdist bdist_wheel --python-tag ${{ steps.python-tag.outputs.replaced }}
twine upload --skip-existing --repository testpypi dist/*
# twine upload --skip-existing --repository testpypi dist/*
twine upload --skip-existing dist/*
if: ${{ github.repository == 'ssenart/PyGazpar' }}

0 comments on commit 4730389

Please sign in to comment.