From 7e50617de9f5ac9470f678de7fa5c9314b7f00d6 Mon Sep 17 00:00:00 2001 From: Gabriel Stefanini Vicente Date: Fri, 1 Dec 2023 18:10:09 -0500 Subject: [PATCH] Proofreading --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/release.yml | 40 ---------------------------------- pyproject.toml | 10 ++++----- src/blackmarble/VERSION | 2 +- 4 files changed, 6 insertions(+), 48 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7856fd4..2e79001 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,4 +1,4 @@ -name: Publish Documentation on GitHub Pages +name: docs on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 655e551..44ff598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,43 +48,3 @@ jobs: path: dist/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - - github-release: - name: >- - Sign the Python 🐍 distribution 📦 with Sigstore - and upload them to GitHub Release - needs: - - publish-to-pypi - runs-on: ubuntu-latest - - permissions: - contents: write # IMPORTANT: mandatory for making GitHub Releases - id-token: write # IMPORTANT: mandatory for sigstore - - steps: - - name: Download all the dists - uses: actions/download-artifact@v3 - with: - name: python-package-distributions - path: dist/ - - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v1.2.3 - with: - inputs: >- - ./dist/*.tar.gz - ./dist/*.whl - - name: Create GitHub Release - run: >- - gh release create - '${{ github.ref_name }}' - --notes "" - - name: Upload artifact signatures to GitHub Release - env: - GITHUB_TOKEN: ${{ github.token }} - # Upload to GitHub Release using the `gh` CLI. - # `dist/` contains the built packages, and the - # sigstore-produced signatures and certificates. - run: >- - gh release upload - '${{ github.ref_name }}' dist/** - --repo '${{ github.repository }}' diff --git a/pyproject.toml b/pyproject.toml index f53eec0..14f7c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,19 +8,17 @@ dynamic = ["version"] description = "Georeferenced Rasters of Nighttime Lights from NASA Black Marble data" readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } -keywords = ["nighttime lights", "blackmarble", "world bank"] +keywords = ["nighttime lights", "nasa", "black marble", "world bank"] authors = [{ name = "World Bank", email = "github@worldbank.org" }] maintainers = [ - { name = "Robert Marty", email = "rmarty@worldbank.org" }, { name = "Gabriel Stefanini Vicente", email = "gvicente@worldbank.org" }, + { name = "Robert Marty", email = "rmarty@worldbank.org" }, ] classifiers = [ "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", @@ -44,7 +42,7 @@ docs = ["jupyter-book >= 0.15.1", "sphinxcontrib-apidoc >= 0.4.0, <1"] [project.urls] "Homepage" = "https://github.com/worldbank/blackmarblepy" "Bug Reports" = "https://github.com/worldbank/blackmarblepy/issues" -"Source" = "https://github.com/worldbank/lblackmarblepy" +"Source" = "https://github.com/worldbank/blackmarblepy" [tool.setuptools.dynamic] version = { file = "src/blackmarble/VERSION" } diff --git a/src/blackmarble/VERSION b/src/blackmarble/VERSION index 6e8bf73..17e51c3 100644 --- a/src/blackmarble/VERSION +++ b/src/blackmarble/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1