Compare commits
3
Commits
d14084309e
..
v0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85ff5b34b2 | ||
|
|
a930b84d8c | ||
|
|
e098acd41c |
@@ -38,4 +38,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
uv publish --repository pypi
|
uv publish
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "python-encrypt-code"
|
name = "python-encrypt-code"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Python-based command line tool to encrypt and decrypt Python modules."
|
description = "Python-based command line tool to encrypt and decrypt Python modules."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Brian Bjarke Jensen", email = "[email protected]" }
|
{ name = "Brian Bjarke Jensen", email = "[email protected]" }
|
||||||
|
|||||||
Reference in New Issue
Block a user