Commit d3c3cf5 1 parent c9c6553 commit d3c3cf5 Copy full SHA for d3c3cf5
File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3
3
jobs :
4
4
build :
5
5
runs-on : ubuntu-latest
6
+ permissions :
7
+ id-token : write
6
8
steps :
7
9
- uses : actions/checkout@v4
8
10
- uses : actions/setup-python@v5
13
15
- name : Publish to TestPyPI
14
16
uses : pypa/gh-action-pypi-publish@release/v1
15
17
with :
16
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
17
18
repository-url : https://test.pypi.org/legacy/
18
19
skip-existing : true
19
20
- name : Publish to PyPI
20
21
if : startsWith(github.ref, 'refs/tags')
21
22
uses : pypa/gh-action-pypi-publish@release/v1
22
- with :
23
- password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1
- Unreleased
2
- ----------
1
+ 0.2.2 - February 23, 2024
2
+ -------------------------
3
3
4
4
* Add Python 3.12 support.
5
5
* Drop Python 3.7 support (end-of-life was June 27, 2023).
Original file line number Diff line number Diff line change 12
12
13
13
project = 'agate-remote'
14
14
copyright = '2016, Christopher Groskopf'
15
- version = '0.2.1 '
15
+ version = '0.2.2 '
16
16
release = version
17
17
18
18
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'agate-remote' ,
8
- version = '0.2.1 ' ,
8
+ version = '0.2.2 ' ,
9
9
description = 'agate-remote adds read support for remote files to agate.' ,
10
10
long_description = long_description ,
11
11
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments