From c11774f2db54b178e5a9c83f1512c25e8554831d Mon Sep 17 00:00:00 2001 From: teutoburg Date: Tue, 27 Aug 2024 14:23:29 +0200 Subject: [PATCH 1/3] Bumping version from 0.3.0 to 0.3.1a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e74bc8..f561fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Pyckles" -version = "0.3.0" +version = "0.3.1a0" description = "Simple interface to the Pickles 1998 stellar spectra catalogue" readme = "README.md" license = "GPL-3.0-or-later" From d6572e75f644137468428fb6e3d074577a0b7746 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Tue, 27 Aug 2024 14:26:49 +0200 Subject: [PATCH 2/3] Fix master -> main in workflow --- .github/workflows/publish_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 01e73fc..20a6420 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -85,4 +85,4 @@ jobs: secrets: inherit with: rule: prerelease - branch: master + branch: main From 8c18ccd94d400e487e7c80f15a3acdaded9e834d Mon Sep 17 00:00:00 2001 From: teutoburg Date: Tue, 27 Aug 2024 14:28:28 +0200 Subject: [PATCH 3/3] No more master or dev_master --- .github/workflows/markdown_link_check.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/markdown_link_check.yml b/.github/workflows/markdown_link_check.yml index 7446aaf..4f94cde 100644 --- a/.github/workflows/markdown_link_check.yml +++ b/.github/workflows/markdown_link_check.yml @@ -4,13 +4,9 @@ on: push: branches: - main - - master - - dev_master pull_request: branches: - main - - master - - dev_master # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: @@ -21,4 +17,4 @@ on: jobs: markdown-link-check: - uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@master + uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@main