Skip to content

Commit f761309

Browse files
dycwweb-flow
andauthored
Regenerate .github/**/*.yaml (#809)
Co-authored-by: github-actions-bot <noreply@github.com>
1 parent f57757e commit f761309

File tree

6 files changed

+5
-16
lines changed

6 files changed

+5
-16
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
steps:
1212
- name: Run 'pyright'
1313
uses: dycw/action-pyright@latest
14-
with:
15-
python-version: "3.12"
14+
with: {}
1615
pytest:
1716
env:
1817
CI: "1"

.github/workflows/push.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ name: push
44
branches:
55
- master
66
jobs:
7-
publish:
8-
environment:
9-
name: pypi
10-
permissions:
11-
id-token: write
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Build and publish the package
15-
uses: dycw/action-publish-package@latest
16-
with: {}
177
tag:
188
runs-on: ubuntu-latest
199
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
name = "dycw-dotfiles"
5858
readme = "README.md"
5959
requires-python = ">= 3.12"
60-
version = "0.4.25"
60+
version = "0.4.26"
6161

6262
[project.scripts]
6363
dotfiles-cli = "dotfiles._cli:cli"

src/dotfiles/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.4.25"
3+
__version__ = "0.4.26"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)