Skip to content

Commit

Permalink
Actually release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Dec 1, 2023
1 parent ffea859 commit 9d5216e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 70136d8
_commit: 7243a48
_src_path: gh:blakeNaccarato/copier-python
actions_runner: ubuntu-latest
active: true
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/changerelease.yml

This file was deleted.

13 changes: 8 additions & 5 deletions .github/workflows/publish.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: "publish"
name: "release"
on:
workflow_dispatch: {}
release:
types:
- "published"
- "released"

jobs:
sync:
runs-on: "ubuntu-latest"
steps:
- uses: "dropseed/[email protected]"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: ""
publish:
runs-on: "ubuntu-latest"
steps:
Expand Down
3 changes: 3 additions & 0 deletions .tools/requirements/requirements_ci.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Requirements for dev environments.

# Publishing
flit==3.9.0

-r requirements_both.txt
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
"nb-clean"
]
},
{
"description": "Ignore requirements_ci.txt deps managed by this template",
"matchManagers": ["pip_requirements"],
"matchFileNames": [".tools/requirements/*"],
"ignoreDeps": ["flit"]
},
{
"description": "Ignore requirements_core.txt deps managed by this template",
"matchManagers": ["pip_requirements"],
Expand Down

0 comments on commit 9d5216e

Please sign in to comment.