Skip to content

Commit

Permalink
fix to pypa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Mar 12, 2024
1 parent 531f149 commit b3d6642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
.
- name: Publish distribution package to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip_existing: true
Expand Down Expand Up @@ -232,14 +232,14 @@ jobs:
--outdir dist/
.
- name: Publish distribution package to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
skip_existing: true
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution package to Production PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This document logs the changes per release of TWCManager.
## v1.4.0 - Upcoming Development release
* Placeholder - TWC abstraction code

## v1.3.2 - Latest Development version
## v1.3.2 - 2023-03-12
* (@RichieB2B) - Nicer looking log prefixes for EMS modules
* (@RichieB2B) - Support for new fleet API and vehicle command proxy
* (@RichieB2B) - Upgrade MQTT support for paho v2/MQTTv5
* (@RichieB2B) - Enable reporting of Slave error messages
* (@RichieB2B) - Reset stopAskingToStartCharging more often
* Bugfixes
* (@RichieB2B) - Fix issues with mysql status logging statements
* (@ngardiner) - Fix issues preventing web UI display when internet access is unavaiable
* (@ngardiner) - Fix issues preventing web UI display when internet access is unavailable

## v1.3.1 - 2023-11-19
* (@RichieB2B) - Support for new fleet API endpoint for location telemetry
Expand Down

0 comments on commit b3d6642

Please sign in to comment.