Skip to content

Commit

Permalink
Merge pull request #13 from duckinator/duckinator-patch-1
Browse files Browse the repository at this point in the history
[CI] Update environment variable names
  • Loading branch information
duckinator authored Aug 8, 2024
2 parents 55d282d + 0a0bf70 commit 834c66e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Release_task:
only_if: "changesInclude('homf/version.py') && $BRANCH == 'main' && $CIRRUS_CRON == ''"
depends_on: [CI success]
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ENCRYPTED[99be9b7794bdd10b3d711c2482ab108fb361b8f89242eb813cec4edcd2b714f98b13b652a2123ff5064abd8c6cfed373]
BORK_PYPI_USERNAME: "__token__"
BORK_PYPI_PASSWORD: ENCRYPTED[99be9b7794bdd10b3d711c2482ab108fb361b8f89242eb813cec4edcd2b714f98b13b652a2123ff5064abd8c6cfed373]
BORK_GITHUB_TOKEN: ENCRYPTED[e67bc3aec2f14be284e1646e19eb6054ec29046c56f678b636d84771695f6d77cf4766a3dea6c2c3499dbec9eb5e0b02]
container:
image: python:3.11-slim
Expand Down
2 changes: 1 addition & 1 deletion homf/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file should only ever be modified to change the version.
# This will automatically prepare and create a release.

__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 834c66e

Please sign in to comment.