File tree 5 files changed +28
-26
lines changed
5 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 9
9
release :
10
10
name : release
11
11
runs-on : ubuntu-latest
12
+ environment :
13
+ name : pypi
14
+ url : https://pypi.org/p/pystac
15
+ permissions :
16
+ id-token : write
12
17
if : ${{ github.repository }} == 'stac-utils/pystac'
13
18
steps :
14
19
- uses : actions/checkout@v4
15
-
16
20
- name : Set up Python 3.x
17
21
uses : actions/setup-python@v5
18
22
with :
19
23
python-version : " 3.x"
20
-
21
- - name : Install release dependencies
24
+ - name : Install build
22
25
run : |
23
26
python -m pip install --upgrade pip
24
- pip install build twine
25
-
26
- - name : Build and publish package
27
- env :
28
- TWINE_USERNAME : ${{ secrets.PYPI_STACUTILS_USERNAME }}
29
- TWINE_PASSWORD : ${{ secrets.PYPI_STACUTILS_PASSWORD }}
30
- run : |
31
- python -m build
32
- twine upload dist/*
27
+ pip install build
28
+ - name : Build
29
+ run : python -m build
30
+ - name : Publish to PyPI
31
+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v1.11.0] - 2024-09-26
6
+
5
7
### Added
6
8
7
9
- Add netCDF to pystac.media_type ([ #1386 ] ( https://github.com/stac-utils/pystac/pull/1386 ) )
@@ -862,7 +864,8 @@ use `Band.create`
862
864
863
865
Initial release.
864
866
865
- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.10.1..main >
867
+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..main >
868
+ [ v1.11.0 ] : < https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0 >
866
869
[ v1.10.1 ] : < https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1 >
867
870
[ v1.10.0 ] : < https://github.com/stac-utils/pystac/compare/v1.9.0..v1.10.0 >
868
871
[ v1.9.0 ] : < https://github.com/stac-utils/pystac/compare/v1.8.4..v1.9.0 >
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ beautifulsoup4==4.12.3
40
40
# pydata-sphinx-theme
41
41
bleach==6.1.0
42
42
# via nbconvert
43
- boto3==1.35.29
43
+ boto3==1.35.32
44
44
# via -r docs/requirements-docs.in
45
- botocore==1.35.29
45
+ botocore==1.35.32
46
46
# via
47
47
# boto3
48
48
# s3transfer
@@ -93,7 +93,7 @@ h11==0.14.0
93
93
# via
94
94
# httpcore
95
95
# uvicorn
96
- httpcore==1.0.5
96
+ httpcore==1.0.6
97
97
# via httpx
98
98
httpx==0.27.2
99
99
# via jupyterlab
@@ -110,7 +110,7 @@ ipykernel==6.29.5
110
110
# jupyter
111
111
# jupyter-console
112
112
# jupyterlab
113
- ipython==8.27 .0
113
+ ipython==8.28 .0
114
114
# via
115
115
# -r docs/requirements-docs.in
116
116
# ipykernel
@@ -290,7 +290,7 @@ pyzmq==26.2.0
290
290
# jupyter-client
291
291
# jupyter-console
292
292
# jupyter-server
293
- rasterio==1.4.0
293
+ rasterio==1.4.1
294
294
# via -r docs/requirements-docs.in
295
295
referencing==0.35.1
296
296
# via
@@ -342,7 +342,7 @@ sphinx==8.0.2
342
342
# pydata-sphinx-theme
343
343
# sphinx-autobuild
344
344
# sphinx-design
345
- sphinx-autobuild==2024.9.19
345
+ sphinx-autobuild==2024.10.3
346
346
# via -r docs/requirements-docs.in
347
347
sphinx-design==0.6.1
348
348
# via -r docs/requirements-docs.in
@@ -362,7 +362,7 @@ sphinxcontrib-serializinghtml==2.0.0
362
362
# via sphinx
363
363
stack-data==0.6.3
364
364
# via ipython
365
- starlette==0.39.1
365
+ starlette==0.39.2
366
366
# via sphinx-autobuild
367
367
terminado==0.18.1
368
368
# via
@@ -395,7 +395,7 @@ traitlets==5.14.3
395
395
# nbconvert
396
396
# nbformat
397
397
# nbsphinx
398
- types-python-dateutil==2.9.0.20240906
398
+ types-python-dateutil==2.9.0.20241003
399
399
# via arrow
400
400
typing-extensions==4.12.2
401
401
# via pydata-sphinx-theme
Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- __version__ = "1.10.1 "
3
+ __version__ = "1.11.0 "
4
4
"""Library version"""
5
5
6
6
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pygments==2.18.0
81
81
# via doc8
82
82
pympler == 1.1
83
83
# via asv
84
- pyproject-hooks == 1.1 .0
84
+ pyproject-hooks == 1.2 .0
85
85
# via build
86
86
pytest == 8.3.3
87
87
# via
@@ -129,7 +129,7 @@ types-jsonschema==4.23.0.20240813
129
129
# via -r requirements-dev.in
130
130
types-orjson == 3.6.2
131
131
# via -r requirements-dev.in
132
- types-python-dateutil == 2.9.0.20240906
132
+ types-python-dateutil == 2.9.0.20241003
133
133
# via -r requirements-dev.in
134
134
types-urllib3 == 1.26.25.14
135
135
# via -r requirements-dev.in
@@ -139,7 +139,7 @@ urllib3==2.2.3
139
139
# via requests
140
140
vcrpy == 6.0.1
141
141
# via pytest-recording
142
- virtualenv == 20.26.5
142
+ virtualenv == 20.26.6
143
143
# via
144
144
# -r requirements-dev.in
145
145
# asv
@@ -148,7 +148,7 @@ webencodings==0.5.1
148
148
# via html5lib
149
149
wrapt == 1.16.0
150
150
# via vcrpy
151
- yarl == 1.12 .1
151
+ yarl == 1.13 .1
152
152
# via vcrpy
153
153
zipp == 3.20.2
154
154
# via importlib-metadata
You can’t perform that action at this time.
0 commit comments