Skip to content

Commit

Permalink
reverting more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Jun 13, 2022
1 parent c82b090 commit 61063e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -335,12 +335,12 @@ jobs:
- *build_pypi_package
- *conda_install_twine
- *pypi_create_pypirc
# - run:
# name: check if commit is tagged
# command: git describe --exact-match --tags HEAD && echo "commit is tagged; continuing" || circleci step halt
# - run:
# name: upload to PyPI
# command: twine upload --repository pypi dist/* --verbose
- run:
name: check if commit is tagged
command: git describe --exact-match --tags HEAD && echo "commit is tagged; continuing" || circleci step halt
- run:
name: upload to PyPI
command: twine upload --repository pypi dist/* --verbose
- run:
name: pip install from PyPI
command: |
Expand Down

0 comments on commit 61063e4

Please sign in to comment.