Skip to content

Commit bed4a23

Browse files
Merge branch 'master' into updates/update_2026c
2 parents 03cb794 + 8f35937 commit bed4a23

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
runs-on: ubuntu-latest
5656
needs: test-package
5757

58+
environment:
59+
name: release
60+
url: >-
61+
https://test.pypi.org/project/tzdata/${{
62+
github.event.release.tag_name
63+
}}
64+
5865
permissions:
5966
id-token: write
6067

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Apache Software License 2.0
22

33
Copyright (c) 2020, Paul Ganssle (Google)
4+
Copyright (c) 2026, Stan Ulbrych
45

56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

docs/maintaining.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ repository root, and it is updated in two ways:
5050

5151
1. The "base version" (e.g. 2020.1) is set by ``tox -e update``.
5252
2. The additional markers such as pre (release candidate), post and dev are
53-
managed by ``tox -e bump_version``.
53+
managed by ``tox -e bump``.
5454

5555
The version follows the scheme::
5656

5757
YYYY.minor[rcX][.postY][.devZ]
5858

5959
Bumping any component removes all values to its right as well, so for example,
60-
if the base version were ``20201rc1.post2.dev0``::
60+
if the base version were ``2020.1rc1.post2.dev0``::
6161

6262
$ tox -e bump -- --dev --dry-run
6363
...
@@ -78,8 +78,8 @@ To remove all additional markers and get a simple "release" version, use
7878
...
7979
2020.1rc1.post2.dev0 → 2020.1
8080

81-
For more information on how to use ``bump_version``, run ``tox -e bump_version
82-
-- -help``.
81+
For more information on how to use ``bump_version``, run ``tox -e bump
82+
-- --help``.
8383

8484
Making a release
8585
----------------
@@ -112,4 +112,4 @@ is immutable and each release burns a version number.
112112

113113
.. Links
114114
.. |tox| replace:: ``tox``
115-
.. _tox: https://tox.readthedocs.io/en/latest/
115+
.. _tox: https://tox.wiki/en/latest/

0 commit comments

Comments
 (0)