3 Commits
Author SHA1 Message Date
brian 85ff5b34b2 Update pyproject.toml
Publish Python Package / build-and-publish (push) Successful in 13s
Python Code Quality / python-code-quality (push) Successful in 11s
Python Test / python-test (push) Successful in 13s
2026-01-08 14:15:56 +01:00
brian a930b84d8c Merge pull request 'removed wrong flag' (#4) from fix-pypi-publishing2 into main
Python Code Quality / python-code-quality (push) Successful in 10s
Python Test / python-test (push) Successful in 12s
Publish Python Package / build-and-publish (push) Failing after 9s
Reviewed-on: #4
2026-01-08 14:09:56 +01:00
Brian Bjarke Jensen e098acd41c removed wrong flag
Python Code Quality / python-code-quality (pull_request) Successful in 10s
Python Test / python-test (pull_request) Successful in 13s
2026-01-08 14:05:43 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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]" }