Skip to content

Commit

Permalink
fix(ci): fix the mistake in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Jun 23, 2023
1 parent ec3d449 commit 58bd9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run:
python setup.py sdist bdist_wheel --branch ${{ matrix.branch }}
echo "Pushing new version to PyPi"
twine upload dist/* -u ${{ PYPI_USERNAME }} -p ${{ PYPI_PASSWORD }}
twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD

deploy-to-production:
name: Deploy to Pollination Production
Expand Down

0 comments on commit 58bd9fa

Please sign in to comment.