Skip to content

Commit

Permalink
[wf] revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Sep 17, 2024
1 parent 23921ef commit 93454ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:

- name: "[ BUILD ] create pypi package"
id: create_package
# if: steps.dbv_robo_ver.outputs.tag != env.TAG_NAME
if: steps.dbv_robo_ver.outputs.tag != env.TAG_NAME
run: |
python3 setup.py sdist
- name: "[ UPLOAD ] Publish package"
uses: pypa/gh-action-pypi-publish@release/v1
# if: steps.dbv_robo_ver.outputs.tag != env.TAG_NAME
if: steps.dbv_robo_ver.outputs.tag != env.TAG_NAME
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 93454ec

Please sign in to comment.