Skip to content

Commit 7946856

Browse files
committed
Update README.
1 parent b648680 commit 7946856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a collection of files required to build pythonbase.app:
66
native dependencies to run gPodder as a native GTK+ Quartz application for Mac OS X 10.9+,
77
with a working python interpreter and pip utility.
88

9-
The scripts are executed on circle.ci, with xcode 9.4.1.
9+
The scripts are executed on github.com, with xcode 13.2.1 on macos 11.6.8 (as of 27aug2022).
1010

1111
NOTE: In case you want just want to run gPodder from source you can ignore all
1212
this and use the released bundle as a development environment. Download the
@@ -58,9 +58,9 @@ Releasing on OS X
5858
. test latest pythonbase-xxx.zip on macOS
5959
. tags are now the year as 2 digits, month as 1 or 2 digits (no leading 0), day as 1 or 2 digits (no leading 0): `git tag -a -m "bla bla" YY.MM.DD`
6060
. `git push`
61-
. rerun the latest circleci master job (will pick the new tag)
62-
. `GITHUB_TOKEN=xxxx ./github_release.py --download --circle-build LATEST_CI_BUILD --previous-tag THE_PREVIOUS_RELEASE_TAG YY.MM.DD`
63-
where LATEST_CI_BUILD is the latest circleci master job number (eg. 123)
61+
. rerun the latest github action master job (will pick the new tag)
62+
. `GITHUB_TOKEN=xxxx ./github_release.py --download --github-workflow LATEST_GA_WORKFLOW --previous-tag THE_PREVIOUS_RELEASE_TAG YY.MM.DD`
63+
where LATEST_GA_WORKFLOW is the number in URL of the latest github action master job (eg. 1234567890)
6464
. repeat the command without `--download` to upload to github
6565
. edit and publish the release on github
6666
. now you can update the tag in `.circleci/config.yml` of the gPodder project.

0 commit comments

Comments
 (0)