File tree Expand file tree Collapse file tree 3 files changed +147
-153
lines changed Expand file tree Collapse file tree 3 files changed +147
-153
lines changed Original file line number Diff line number Diff line change 19
19
needs : [build]
20
20
environment :
21
21
name : pypi
22
- url : https://pypi.org/p/dbt-ext
22
+ url : https://pypi.org/p/meltano- dbt-ext
23
23
if : startsWith(github.ref, 'refs/tags/')
24
24
permissions :
25
25
id-token : write # Needed for OIDC PyPI publishing
@@ -49,14 +49,14 @@ jobs:
49
49
- name : Upload wheel and sdist to release
50
50
uses : svenstaro/upload-release-action@v2
51
51
with :
52
- file : dist/dbt_ext *
52
+ file : dist/meltano_dbt_ext *
53
53
tag : ${{ github.ref }}
54
54
overwrite : true
55
55
file_glob : true
56
56
- uses : actions/attest-build-provenance@v1
57
57
id : attest
58
58
with :
59
- subject-path : " ./dist/dbt_ext *"
59
+ subject-path : " ./dist/meltano_dbt_ext *"
60
60
- name : Upload attestations to release
61
61
uses : svenstaro/upload-release-action@v2
62
62
with :
You can’t perform that action at this time.
0 commit comments