Skip to content

Commit

Permalink
update GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Nov 3, 2023
1 parent 48fa533 commit fb0e469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ jobs:
needs: test-built-dist
if: github.event_name == 'release'
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
verbose: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
Utilities for cleaning, and processing data for the [carbonplan/offsets-db-web](https://github.com/carbonplan/offsets-db-web)

[![CI](https://github.com/carbonplan/offsets-db-data/actions/workflows/CI.yml/badge.svg)](https://github.com/carbonplan/offsets-db-data/actions/workflows/CI.yml)
[![PyPI](https://github.com/carbonplan/offsets-db-data/actions/workflows/pypi.yaml/badge.svg)](https://github.com/carbonplan/offsets-db-data/actions/workflows/pypi.yaml)

## Installation

Expand Down

0 comments on commit fb0e469

Please sign in to comment.