Skip to content

Commit db93fea

Browse files
authored
Testing publish workflow (#18)
1 parent c49a5e7 commit db93fea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ jobs:
127127
- name: publish to PyPI
128128
env:
129129
TWINE_USERNAME: __token__
130-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
130+
TWINE_PASSWORD: ${{ secrets.PYPI_API_JPMC_OSS }}
131131
run: uv run twine upload dist/*

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [0.0.6] - 2025-10-20
9+
## [0.0.7] - 2025-10-20
1010
- Initial release of dataquery-sdk
1111
- Parallel file download functionality with HTTP range requests
1212
- Group download capabilities with intelligent rate limiting

dataquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
For more information, visit: https://github.com/dataquery/dataquery-sdk
1515
"""
1616

17-
__version__ = "0.0.6"
17+
__version__ = "0.0.7"
1818
__author__ = "DATAQUERY SDK Team"
1919
__email__ = "[email protected]"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)