Skip to content

Commit 86bfc99

Browse files
author
Steve Hobbs
authored
Merge pull request #348 from auth0/fix/publishing
Disable prefix-tag on python-publish
2 parents eeb0162 + 76fde75 commit 86bfc99

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ workflows:
4040
- python_3
4141
- python_2
4242
- ship/python-publish:
43+
prefix-tag: false
4344
context:
4445
- publish-pypi
4546
- publish-gh

.shiprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"files": {
33
"auth0/__init__.py": []
4-
}
4+
},
5+
"prefixVersion": false
56
}

0 commit comments

Comments
 (0)