Skip to content

Commit

Permalink
Add temp env variable to test release process
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Dec 20, 2020
1 parent 3075ac1 commit 4fdffa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
python setup.py sdist bdist_wheel
python -m twine check dist/*
- name: Parse tag
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
run: python .github/scripts/parse_ref.py
- name: Create Release
id: create_release
Expand Down

0 comments on commit 4fdffa8

Please sign in to comment.