feeph / libi2c-python

abstraction layer for the I²C bus (incl. simulation for testing)
GNU General Public License v3.0
1 stars 0 forks source link

build: ensure package upload is performed exactly once #16

Closed feeph closed 3 months ago

feeph commented 3 months ago

When creating a release the following 3 event types are triggered:

Trying to upload multiple packages with the same version will lead to an error. To ensure the package is uploaded exactly once we will trigger on 'publish'.

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release for details.