Skip to content

Commit b9a12cb

Browse files
Remove the publish action (#80)
As described in #73, this action has been deprecated and replaced with individual workflows using PyPI trusted publishing. This PR removes the old code, specifically the no longer working Teams webhook. I checked other repos on GitHub to see if anyone else is using this action, and they aren't really: https://github.com/search?q=SuffolkLITLab%2FALActions%2Fpublish&type=code. 13 uses total: * 1 from the documentation being deleted here * 7 from spam repo clones * 2 from ILAOEfile, which has been transferred to ILAO and isn't used anymore. * 3 from forks of our repos I.e. no uses that are being used to publish unique packages by folks in the docassemble community. Resolves #21.
1 parent 3e52bb7 commit b9a12cb

2 files changed

Lines changed: 0 additions & 138 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -219,24 +219,6 @@ jobs:
219219

220220
Artifacts should be visible in the Summary of the action results.
221221

222-
### publish
223-
224-
`publish` publishes a python package to pypi, and announces the publishing to a given Teams chat.
225-
226-
#### Usage
227-
228-
```yml
229-
jobs:
230-
my-workflow:
231-
...
232-
steps:
233-
- uses: SuffolkLITLab/ALActions/publish@main
234-
with:
235-
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
236-
VERSION_TO_PUBLISH: ${{ env.GITHUB_REF_NAME }}
237-
TEAMS_BUMP_WEBHOOK: ${{ secrets.TEAMS_BUMP_WEBHOOK }}
238-
```
239-
240222
### Hall Monitor
241223

242224
`hall_monitor` checks a given docassemble server to make sure that all of the installed interviews can load their first page correctly,

publish/action.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)