Skip to content

feat: update poetry #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

Manage your Github repo(s) settings and secrets using Github Actions and a yaml file


<!-- action-docs-description -->

## Usage
Expand Down Expand Up @@ -65,6 +66,8 @@ jobs:
| github_server_url | Set a custom github server url for github api operations. Useful if you're running on GHE. Will try to autodiscover from env.GITHUB_SERVER_URL if left at default | `false` | none |
| token | What github token to use with this action. | `true` | |



<!-- action-docs-inputs -->

<!-- action-docs-outputs -->
Expand All @@ -75,13 +78,16 @@ jobs:
| result | Result of the action |
| diff | Diff of this action, dumped to a json string |



<!-- action-docs-outputs -->

<!-- action-docs-runs -->
## Runs

This action is a `docker` action.


<!-- action-docs-runs -->

## Contributors
Expand Down
5 changes: 2 additions & 3 deletions package-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
pip==23.1.2
nox==2023.4.22
nox-poetry==1.0.2
poetry==1.4.2
# newest version of virtualenv until poetry updates
virtualenv==20.21.1
poetry==1.5.0
virtualenv==20.23.0
poetry-dynamic-versioning==0.21.5
toml==0.10.2
pyinstaller==5.11.0
Expand Down